PlaceholderType Enumeration
Represents the content type of a placeholder.
Namespace: Independentsoft.Office.Odf.FieldsAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public enum PlaceholderType
Public Enumeration PlaceholderType
| Text | 0 |
Placeholder can be replaced by text.
|
| Table | 1 |
Placeholder can be replaced by a table.
|
| TextBox | 2 |
Placeholder can be replaced by a text-box.
|
| Image | 3 |
Placeholder can be replaced by an image.
|
| Object | 4 |
Placeholder can be replaced by an object.
|
| None | 5 |
None.
|